home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 3: Dr. Sid.iso / pc / assets / sid-exit.dcr / 00059_CDcover.ls < prev    next >
Encoding:
Text File  |  2001-07-22  |  280 b   |  20 lines

  1. on mouseUp
  2.   global wSampler
  3.   puppetSound(1, "Clicker")
  4.   window("Sampler").forget()
  5.   wSampler = window("Sampler")
  6.   wSampler.visible = 1
  7.   open(wSampler)
  8.   tell window("Sampler")
  9.     go("Sampler")
  10.   end tell
  11. end
  12.  
  13. on mouseEnter
  14.   cursor(280)
  15. end
  16.  
  17. on mouseLeave
  18.   cursor(-1)
  19. end
  20.